home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Examples / DemoDialogs / DemoDialogs.MAMake next >
Encoding:
Text File  |  1996-04-03  |  735 b   |  29 lines  |  [TEXT/MPS ]

  1. # DemoDialogs.MAMake
  2. # Copyright © 1988-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. AppName = DemoDialogs
  5.  
  6. OtherInterfaces =  ∂
  7.     "{SrcApp}UStructureInspectors.h"
  8.  
  9. OtherLinkFiles = ∂
  10.     "{ObjApp}UDemoDialogs.More.cp.o" ∂
  11.     "{ObjApp}UStructureInspectors.cp.o"
  12.  
  13. "{ObjApp}UStructureInspectors.cp.o"    ƒ ∂
  14.                             "{SrcApp}UStructureInspectors.h" ∂
  15.                             {MacAppCPlusIntf} ∂
  16.                             {BuildingBlocksCPlusIntf}
  17.  
  18. "{ObjApp}UDemoDialogs.More.cp.o" ƒ ∂
  19.                             "{SrcApp}UDemoDialogs.h" ∂
  20.                             {MacAppCPlusIntf} ∂
  21.                             {BuildingBlocksCPlusIntf}
  22.  
  23. #    List Rez files other than AppName.r that need to Rez'ed with the application.
  24. #    Also list the file containing the 'view' resource type definition.
  25.  
  26. OtherRezFiles = ∂
  27.                         "{SrcApp}DemoHexData.r"
  28.  
  29.